.bTreeBox {
    font-size: 9pt;
	margin:0;
	padding: 10px;
	width:100%;
	background-color:#ffffff;
}

.bTreeBox .root {margin:10px auto;}
.bTreeBox .fa {cursor:pointer;line-height:25px;}
.bTreeBox .fa.fa-minus-circle, .bTreeBox .fa.fa-plus-circle{font-size:1.5em;color:#031a3f;padding-top:5px;}
.bTreeBox img {border:0;}
.bTreeBox table {border:0px;border-spacing: 0px;margin:0px auto; width: 100%;}
.bTreeBox td    {padding: 0px; text-align:center; vertical-align: top !important; width: 50%;}
.bTreeBox a:visited {color: #000000; text-decoration: none;}
.bTreeBox a:link {color: #000000; text-decoration: none;}
.bTreeBox a:active {color: #000000; text-decoration: none;}
.bTreeBox a:hover {color: #7da0f2; text-decoration: none;}

.bTreeBox div.vertical {
	height:9px;
	margin:0px auto;
	width:2px;
	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.bTreeBox div.vertical_left {
	height:10px;
	margin:0px 0px 0px auto;
	width:2px;
	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.bTreeBox div.vertical_right {
	height:10px;
	margin:0px auto 0px 0px;
	width:2px;
	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.bTreeBox div.horizontal {
	height:1px;
	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0 ;
}

.bTreeBox div.horizontal_left {
	height:1px;
	position:relative;
	width:50%;
	left:25%;
	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.bTreeBox div.horizontal_right {
	height:1px;
	position:relative;
	width:50%;
	left:-25%;
	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.bTreeBox table.node{
	width: 130px;
	margin:1px auto;
	border: 1px solid #878f98;
	background-color:#ffffff;
	color:#000000;
}

.bTreeBox table.node0{
	width: 130px;
	margin:1px auto;
	border: 1px solid #878f98;
	background-color:#ffffff;
	color:#000000;
}

.bTreeBox table.node1{
	width: 130px;
	margin:1px auto;
	border: 1px solid #878f98;
	background-color:#efefef;
	color:#000000;
}

.bTreeBox table.node2{
	width: 130px;
	margin:1px auto;
	border: 1px solid #878f98;
	background-color:#c2c2c2;
	color:#000000;
}

.bTreeBox table.node3{
	width: 130px;
	margin:1px auto;
	border: 1px solid #878f98;
	background-color:#fffed4;
	color:#000000;
}

.bTreeBox table.node4{
	width: 130px;
	margin:1px auto;
	border: 1px solid #878f98;
	background-color:#e0ffc5;
	color:#000000;
}

.bTreeBox table.node5{
	width: 130px;
	margin:1px auto;
	border: 1px solid #878f98;
	background-color:#d2e3ff;
	color:#000000;
}

.bTreeBox table.node6{
	width: 130px;
	margin:1px auto;
	border: 1px solid #878f98;
	background-color:#fcdac3;
	color:#000000;
}

.bTreeBox table.node7{
	width: 130px;
	margin:1px auto;
	border: 1px solid #878f98;
	background-color:#d7c3fc;
	color:#000000;
}


.bTreeBox table.node:hover {
	background-color:#f5f8fb;
	border:1px solid #808080;
}

.bTreeBox table.node:hover tr:first-child {
	background-color:#cdddec;
	color:#000000;
	font-weight:bold;
}

.bTreeBox table.node:hover tr:first-child .btn_fix {
	background-color:#ffffff;
	color:#000000;
}

.bTreeBox .btree_label {
	font-size:12px;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #878f98;
	cursor:pointer;
}

.bTreeBox .btree_label:hover {
	background-color:#cdddec;
	color:#ffffff;
}
.bTreeBox table.node td {
    vertical-align: middle !important;
    line-height:25px;
    height:25px;
}


.bTreeBox .btn_fix {
	background-color: #cdddec;
	padding: 0px 6px;
	color: #2b2b2b;
}

.bTreeBox table.node td.text  {
	font-size:12px;
	height:18px;
	line-height:15px;
	font-weight:normal;
	/*text-align:left;*/
	text-align:center;
	padding: 3px 5px;
}

.bTreeBox td.child {
	padding:0px 5px;
	vertical-align:top !important;
}

.bTreeBox .icon_arrow {
	vertical-align:middle;
	margin:0px;
	cursor:pointer;
}